←Select platform

SampleRange Constructor(Range,Nullable<int>)

Summary

Initializes a new instance of the SampleRange class.

Syntax

C#
VB
C++
public SampleRange( 
   Range range, 
   Nullable<int> samplingFactor 
) 
  
Public Function New( _ 
   ByVal range As Leadtools.Jpip.Range, _ 
   ByVal samplingFactor As Nullable(Of Integer) _ 
) 
public: 
SampleRange(  
   Leadtools.Jpip.Range^ range, 
   Nullable<int> samplingFactor 
) 

Parameters

range
The Range of codestreams.

samplingFactor
A nullable System.Int32 number representing the codestream sampling factor.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly